ShouldSave
TheShouldSave
method returns a Boolean value that indicates whether this window object should be saved in its draft.
ODBoolean ShouldSave ();
- return value
kODTrue
if this window object should be saved in its draft, otherwisekODFalse
.SEE ALSO
TheODWindow::SetShouldSave
method (page 835).